github.com/gotd/td/telegram/downloader.cdn.windows (field)
8 uses
github.com/gotd/td/telegram/downloader (current package)
cdn.go#L54: windows map[int64][]byte
cdn_verify.go#L29: c.windows = nil
cdn_verify.go#L38: data, ok := c.windows[hash.Offset]
cdn_verify.go#L57: if c.windows == nil {
cdn_verify.go#L58: c.windows = make(map[int64][]byte)
cdn_verify.go#L60: if _, ok := c.windows[hash.Offset]; !ok {
cdn_verify.go#L64: c.windows[hash.Offset] = append([]byte(nil), data...)
cdn_verify.go#L70: delete(c.windows, evict)
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |